Add version-pinned nightly testconfigs for OCP 4.21, 4.22, 4.23, and 5.0 on RHOSO#14
Add version-pinned nightly testconfigs for OCP 4.21, 4.22, 4.23, and 5.0 on RHOSO#14tusharjadhav3302 wants to merge 1 commit into
Conversation
| - lb_tests | ||
|
|
||
| day2ops_procedures: | ||
| - rotate_app_creds |
There was a problem hiding this comment.
rotate_app_creds doesn't exist yet in collection/stages/roles/day2ops/tasks/procedures/ (only moving-etcd-to-ephemeral.yml is there). It's being added in PR #13. The day2ops role does include_tasks: "{{ item }}.yml" over day2ops_steps - so this will fail at runtime if this PR merges first. Worth either ensuring PR #13 goes in first, or removing the day2ops stage until then.
There was a problem hiding this comment.
Hi @imatza-rh , this is already resolved — rotate_app_creds.yml exists in main now (merged via PR #13 commits b4546d3 / 8d5c917). Also, osp_verification.yaml on main already includes rotate_app_creds in day2ops_procedures (line 28). My nightly testconfigs just carry the same content as the base osp_verification.yaml, so no risk here.
45ebfb0 to
b7a6a80
Compare
…5.0 on RHOSO Co-authored-by: Cursor <cursoragent@cursor.com>
b7a6a80 to
ef483ab
Compare
Summary
Adds 4 new job definition testconfig files for pre-GA OCP nightly validation on RHOSO 18.0, enabling version-specific regression detection independently of
4-stable.osp_verification_4.21_nightly.yaml— OCP 4.21 nightlyosp_verification_4.22_nightly.yaml— OCP 4.22 nightly (explicit coverage after 4-stable rolls forward)osp_verification_4.23_nightly.yaml— OCP 4.23 pre-GA nightlyosp_verification_5.0_nightly.yaml— OCP 5.0 pre-GA nightlyEach file is based on
osp_verification.yamlwithopenshift_releasepinned to the specific version andopenshift_build_name: ""(resolves to latest nightly via the release stream API).Context
osp_verification.yamluses4-stablewhich auto-resolves to the latest stable OCP. These new files supplement it by providing pinned nightly coverage per version.Related